I'm trying out Redhat Drools and I was able to deploy Drools Workbench in WildFly environment. And I'm trying to find out how to expose rules as services, but couldn't find an article on how to do it. Is it a restriction on the Drools Workbench or is there another way where this could be achieved?
Redhat BRMS just gives you a jar. To expose it as a rest api, you need to include it in a war and deploy that war on your server. Or as mentioned by Abhijit, you can use kie-server.war which serves the same purpose.