Googling for clues, I also tried setting drools.sequential to true in rulebase.conf. I placed this file in the classpath but again, the rules run as rete rather than sequential.
I tried programmatically setting the VM system property but finally it worked when I set -Ddrools.sequential=true on the command line.