I'm building an enterprise application which has fraud rules. The rules will be based on a matrix, for example, how many times a user used this service in a month, is the total transaction amount exceeds a certain amount, what funding source does he use, etc?
Is rules engine the right choice for implementing fraud rules? What is the right choice for a Java EE6 application running in glassfishV3? And my boss doesn't want to spend money on it unfortunately, so has to be open source.
Thanks in advance.